home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Nordlicht Spiele / Nordlicht Spiele 10-08 (19xx)(Nordlicht)(DE)(PD).zip / Nordlicht Spiele 10-08 (19xx)(Nordlicht)(DE)(PD).adf / prog.new < prev    next >
Text File  |  1992-11-04  |  2KB  |  121 lines

  1.  
  2. \
  3. \objects
  4. \
  5.  
  6. #computerbanks
  7. *
  8. #
  9. #
  10. I9I9
  11. #
  12.  
  13. #lithium   \object name
  14. @FP 2    \location
  15. #         \end of to ship code
  16. #         \end of from ship code
  17. @FS 1    \location 2
  18. _T 3
  19. #
  20.  
  21. \
  22. \conversations
  23. \
  24.  
  25. $1    \conversation 1
  26. welcome aboard, captain. starfleet have heard many good things about you,
  27.  and we feel sure you will live up to your reputation.
  28.  .before assigning you a priority mission, we must first ask you to perform
  29.  a simple but necessary task.
  30. #
  31. CERTAINLY SIR
  32. 2
  33. NO WAY
  34. 3
  35. #
  36.  
  37. $2
  38. _T 1 thank you for your cooperation captain. the task simply involves travelling
  39.  to the mining station at @FP 02 and picking up up some lithium to be returned
  40.  to us at this starbase.
  41. #
  42. understood
  43. 7
  44. #
  45.  
  46. $3
  47. we appreciate your reluctance in performing simple tasks, but again we ask you
  48.  for your cooperation.
  49. #
  50. ALLRIGHT
  51. 2
  52. FORGET IT
  53. 4
  54. #
  55.  
  56. $4
  57. _T 1 very well, captain. you leave us with no option but to request your stripes.
  58. #
  59. #
  60.  
  61. $5
  62. _T 2 howdy captain. we have a container of lithium waiting for you here. feel free
  63.  to teleport it across at your leisure.
  64. #
  65. THANKS
  66. 06
  67. #
  68.  
  69. $6
  70. see ya later_
  71. #
  72. #
  73.  
  74. $7
  75. over and out.
  76. #
  77. #
  78.  
  79. $8
  80. thank you captain. you have been most helpful.
  81. #
  82. that's ok
  83. 7
  84. #
  85.  
  86. \
  87. \events at locations
  88. \
  89. \@FS X    - friendly starbase
  90. \@FP X    - friendly planet
  91. \@ES X    - enemy starbase
  92. \@EP X    - enemy planet
  93. \@NS X    - neutral planet
  94. \
  95. \?T X     - if flag true
  96. \?F X     - if flag false
  97. \
  98. \*T X     - if true, and toggle
  99. \*F X     - if false, and toggle
  100. \
  101.  
  102. \starbase 1 stuff...
  103. \
  104.  
  105. @FS 1          \ at friendly starbase 1...
  106.  
  107. ?F 1           \ flag 1 false?
  108. _C 1 backdrop1.iff human.iff
  109. #
  110.  
  111. ?TE 3           \got the lithium?
  112. _F 3 _T 4 _C 8 backdrop1.iff human.iff
  113. #
  114.  
  115. @FP 2
  116.  
  117. ?F 2
  118. _C 5 backdrop1.iff human.iff
  119. #
  120.  
  121.